home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Offline Browsing / HTTrack.exe / data1.cab / Sources / src / htssystem.h.windows9x < prev    next >
Encoding:
Text File  |  2001-04-28  |  326 b   |  12 lines

  1. /* HTTrack, Offline Browser for Windows and Unix */
  2.  
  3. /* HTTrack system definition for Windows */
  4. /* This should be the only file you have to change */
  5.  
  6. /* Solaris: 0 / Windows: 1 / AIX: 2 / Linux: 3 */
  7.  
  8.  
  9. /* Fix plateform number to 1 (Windows) */
  10. /* If it doesn't compile, try another one */
  11. #define HTS_PLATEFORM 1
  12.